/*左滑*/
.luara-left{position:relative;padding:0;overflow: hidden;}
.luara-left ul{position: relative;padding: inherit;margin: 0;}
.luara-left ul li{float: left;padding: inherit;margin: inherit;list-style: none;}
.luara-left ul li img{width: inherit;height: inherit;}

.example2{position: relative;}
.example2 ol{position:absolute;bottom:20px;right:20px;}
.example2 ol li{float:left;width: 10px;height: 20px;margin: 5px;background: #fff;}
.example2 ol li:hover{cursor: pointer;}
.example2 ol li.seleted{background: #82308e;}
